crypto/tls.permanentError.err (field)
5 uses
crypto/tls (current package)
conn.go#L181: err net.Error
conn.go#L184: func (e *permanentError) Error() string { return e.err.Error() }
conn.go#L185: func (e *permanentError) Unwrap() error { return e.err }
conn.go#L186: func (e *permanentError) Timeout() bool { return e.err.Timeout() }
conn.go#L191: hc.err = &permanentError{err: e}
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)